object FreeCD: TFreeCD Left = 200 Top = 99 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Get a FREE CD from Ultisoft' ClientHeight = 273 ClientWidth = 427 Color = clBlue Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 16 object Image1: TImage Left = 9 Top = 12 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Image2: TImage Left = 385 Top = 12 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 48 Top = 16 Width = 329 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Free CD' Font.Color = clYellow Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Memo1: TMemo Left = 9 Top = 76 Width = 408 Height = 89 BorderStyle = bsNone Color = clBlue Ctl3D = False Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Memo1') ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 1 end object Memo2: TMemo Left = 9 Top = 164 Width = 408 Height = 69 BorderStyle = bsNone Color = clBlue Ctl3D = False Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Memo1') ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 2 end object Button1: TButton Left = 145 Top = 232 Width = 136 Height = 33 Caption = '&OK' Default = True Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end end